The compiler normally construes an integer literal to be in the decimal base 10 number system 編譯器通常將整數(shù)解釋為十進(jìn)制(基數(shù)為10)數(shù)制。可以用
Displays number as a string that contains the value of the number in decimal base 10 format 將數(shù)字顯示為包含十進(jìn)制(以10為基準(zhǔn))格式的數(shù)值的字符串。
In addition to the default decimal base, w3eval also supports binary, octal, and hexadecimal bases 除了缺省的十進(jìn)制計(jì)數(shù)制外w3eval還支持二進(jìn)制、八進(jìn)制和十六進(jìn)制。